Skip to main content

speechInitializeLibrary

Type

handler

Summary

Initialize the library

Syntax

speechInitializeLibrary()

Description

Before the speech library can get voices or speak it must be completely initialized. Call the speechInitializeLibrary command tp initialize the the library. The speechLibraryInitialized message will be sent to the caller with a success parameter.

Examples

    on preOpenStack
speechInitializeLibrary
end preOpenStack

on speechLibraryInitialized pSuccess
if pSuccess then
speechSpeakUtterance "Ready"
end if
end speechLibraryInitialized

Compatibility and Support

OS

mac

ios

android

Platforms

desktop

mobile